home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / templates / CSS / Body and Hyperlinks.css < prev    next >
Cascading Style Sheet File  |  2005-10-05  |  230b  |  27 lines

  1. body
  2. {
  3.   font-family: Verdana, Arial, Helvetica;
  4.   color: Black;
  5.   background-color: White;
  6. }
  7.  
  8. a:link
  9. {
  10.   color: Blue
  11. }
  12.  
  13. a:visited
  14. {
  15.   color: Purple
  16. }
  17.  
  18. a:active
  19. {
  20.   color: Red
  21. }
  22.  
  23. a:hover
  24. {
  25.   color: Red
  26. }
  27.